Nevron Open Vision Documentation
Nevron.Nov.Data Namespace / NGenericIListDataTable<T> Class
Members


In This Topic
    NGenericIListDataTable<T> Class
    In This Topic
    Represents a data table that that exposes the public properties of the objects contained in a typed System.Collections.Generic.IList as a data table.
    Object Model
    NGenericIListDataTable<T> Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    Public Class NGenericIListDataTable(Of T) 
       Inherits NReflectionObjectsDataTable(Of T)
       Implements Nevron.Nov.INDeeplyCloneable 
    'Usage
     
    
    Dim instance As NGenericIListDataTable(Of T)
    [System.Reflection.DefaultMember("Item")]
    public class NGenericIListDataTable<T> : NReflectionObjectsDataTable<T>, Nevron.Nov.INDeeplyCloneable  
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Data.NDataTable
          Nevron.Nov.Data.NObjectsDataTable<TItem>
             Nevron.Nov.Data.NReflectionObjectsDataTable<TItem>
                Nevron.Nov.Data.NGenericIListDataTable<T>
                   Nevron.Nov.Data.NGenericIEnumerableDataTable<T>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also